Using Text Formatting Tags within DataPoints
For example, a dynamic document authored with tags such as: <b>Fees</b>: <i>nominal fee for</i> <u>registration</u>.; will appear in the output as: Fees: nominal fee for registration.
This same functionality works differently for static documents. In a static document text formatting tags are removed from transaction data prior to assembly for output as a static document. So that when a static document is assembled for generation and includes the HTML text formatting tags (bold, italics, underline), the tags are stripped out of the transaction data to prevent the tags from rendering in the output. The standard text formatting tags (bold = <b>, italics = <i>, and underline = <u>) are stripped out of the transaction data prior to processing. This applies to any of these four tags contained within an entire string or partial text within a string as part of the data point field.
For example, a static document authored with tags such as: <b>Fees</b>: <i>nominal fee for</i> <u>registration</u>.; will appear in the output as: Fees: nominal fee for registration.
Custom Fonts
